home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 21 / PC Format CD-ROM Collection 21 (1995-12)(Future Publishing)(GB)[issue 51].iso / resource / title.h < prev    next >
Text File  |  1992-05-10  |  294b  |  10 lines

  1. /* Constants for use with TitleSetMovement() and TitleGetMovement() */
  2. #define TM_SCROLL_UP    0
  3. #define TM_SCROLL_ACROSS 1
  4. #define TM_TYPE_ON        2
  5. #define TM_STILL        3
  6.  
  7. /* Constants for use with TitleSetScrolling() and TitleGetScrolling() */
  8. #define TS_BY_PIXEL    0
  9. #define TS_BY_CHARACTER 1
  10.